home *** CD-ROM | disk | FTP | other *** search
- The string is too long.
-
- 1. One line must have less than 4096 characters.
- 2. For type II filter, the second string must have less than 32 characters. Note that adding a line like
- "AA" "AA"
- turn this filter to type I.(See "Technical Note")
-
- Special character \^p1^ no defined.
-
- List of special characters:
- \\, \", \*, \t, \n, \r, \d, \x, \o, \>.
-
- See also: "Filter Syntax Reference".
-
- Too many *.
-
- Bad examples:
- "a*b*c" "xy" % number of * in first string must be 0 or 1
- "a*b" "x*y" % can not use * in the second string
- "*a" "A"
-
- Good example:
- "a*b\*c" "x\*y" % \* means *
-
- See also: "Filter Syntax Reference"
-
- ^p1^: Hex-number format error.
-
- Bad examples:
- $A9876$ "K" %length odd
- $Z4$ "K" % Z not in {0-9, A-F}
-
- Can not set this filter to type I. (first-string has more than one characters)
-
- See also: "Tachnical Note"
-
- ^p1^: Digit error in dec/hex/oct number.
-
- Bad examples:
- "\dz" "K" % must be \d1-\d255
- "\xXY" "K" % must be \x00-\xFF
- "ABC" "abc" (K, 1) % K: not a number
-
- See also: "Filter Syntax Reference"
-
- Second string can't to be regular expression.
-
- Bad examples:
- "ABC" 'abc'
- Try:
- "ABC" "abc"
-
- Define error.
-
- List of define:
- #meta "/" % use / as meta
- #meta "" % do not meta
- #type 1 % filter type I
- #type 2 % filter type II
-
- See also: "Filter Syntax Reference"
-
- ^p1^: Need an open " ' or $
-
- Bad examples:
- AA aa % try "AA" "aa"
- "AA" aa % try "AA" "aa"
-
- If the filter looks like “no error”, it may contain some control characters.
-
- Need a close ^p1^
-
- Bad example:
- "AA" "aa % Try:"AA" "aa"
-
- If the filter looks like “no error”, it may contain some control characters.
-
- ^p1^: Need CR to end the line
-
- Bad examples:
- "AA" "aa" cc
- Try
- "AA" "aa" % cc
-
- reserved
-
- reserved. err insert (x,y)
-
- reserved
-
- Regular expression error:
-
- Regular expression too complex.
-
- Regular expression error:
-
- Illegal occurrance op.
-
- Regular expression error:
-
- Class terminates badly.
-
- Regular expression error:
-
- Unterminated class.
-
- Regular expression error:
-
- Class too large
-
- Regular expression error:
-
- Empty class
-
- Regular expression error:
-
- Bad code
-
- Too any regular expression: It mathes empty string.
-
- Bad examples:
- 'a*' "X"
- Try
- 'a+' "X"
-
-